home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / tools / shell-tools / versionwb / versionwb1_26.readme < prev   
Encoding:
Text File  |  1996-07-16  |  4.1 KB  |  99 lines

  1. Short:    v1.26 replaces c:version. New features.
  2. Uploader: m-25588@mailbox.swipnet.se (Stefan Smietanowski)
  3. Author:   Håkan Parting
  4. Type:     util/sys
  5.  
  6. VersionWB is a replacement for the usual c:version command.
  7.  
  8. If you want the version information to be presented in
  9. a requester, this program is for you. Instead of
  10. like c:version just tell the version and revision number
  11. by default, VersionWB always tells you all it could find.
  12.  
  13. VersionWB have these features:
  14.  
  15. * It will bring up a requester with the version information.
  16.  
  17. * It support several files in the command line parameter template.
  18.  
  19. * You can shift-doubleclick an icon with VersionWB and
  20.   then get all that version stuff.
  21.  
  22. * You may also pick the file you want to know the version number of
  23.   by using a file requester.
  24.  
  25. * It will find version strings in WB1.3 libraries and devices,
  26.   c:version does not, e.g. narrator.device.
  27.  
  28. * If you use it with ToolManager you can have an appicon in
  29.   your Workbench. Drop the icon on the appicon, and the
  30.   version information will be presented (if the file contains a
  31.   version string :-)
  32.  
  33. * It also have an optional text output.
  34.  
  35.  
  36. Changes from version 1.24:
  37.  
  38. V.1.24 (27.05.96)
  39. -----------------
  40. NEW: Multi-file-template. Multi-select-file requester.
  41. Thanks, Allan Odgaard, Denmark, who suggested this.
  42. Optional text output. Resident libraries and devices
  43. can now be loaded. Internal commands do work too, but
  44. other resident commands do not work yet. :-(
  45. Thanks Fredrik Elmqvist, Sweden, who told me that resident
  46. files did not work with VersionWB, and suggested that text
  47. output should be implemented.
  48.  
  49. V.1.25 (04.06.96)
  50. -----------------
  51. NEW: Asynchronous loading is now implemented. The result
  52. is faster loading under certain conditions.
  53. Thanks Allan Odgaard, who suggested that I would use
  54. that loading method, and told me a bit about it.
  55. NEW: Now the filename is showed, when the file was not found.
  56. NEW: Cancel button, if one want to cancel a multiselection.
  57. Thanks Georges Goncalves, France, who suggested this. 
  58. BUGFIX: I forgot to clear a variable when multi selection
  59. was implemented. $VER: could be in the name field.
  60. The cause is the now very complex search routine.
  61. I will try to make a better one in the future.
  62. BUGFIX: $VER:s width no version number information
  63. was not found, now they will, e.g. LIBS:XFD/FIRE.
  64. One could wonder why just give information
  65. about the file in the $VER:, and no version number.
  66. Thanks Stefan Smietanowski, who reported this bug. 
  67.  
  68. V.1.26 (30.06.96)
  69. -----------------
  70. NEW: Changed the search routine to a faster and smarter one.
  71. $VER and Library pointers in the first search. Then pre-two-letter
  72. and $VER-search in the second search.
  73. With pre-two-letter search a message "Smart version string search used!"
  74. is showed in the requester. This search can pick something wrong,
  75. but usually does not. (This was previously used every time, on files
  76. that did not contain any $VER:, e.g. libraries, devices and doshandlers) 
  77. The version string in some WB1.3 libraries and devices cannot be find
  78. in any other way. As far as I know :-? If you know how to do it, feel free
  79. to tell me! I know that it is possible to open the library (OpenLibrary())
  80. or device (OpenDevice()) and than pick the IDString, like c:version in
  81. Workbench 1.3 did, but that is not a solution I like. 
  82. NEW: Some use ascii-code 160 for space instead of 32, these will now
  83. be converted.
  84. BUGFIX: Text output even though no version string could be found.
  85. NEW: FULL and FILE KEYWORDS inserted in template for compatibility
  86. with c:version. With FULL you get an text output in one (or two)
  87. lines and no fields (FILE:, NAME: or DATE:). FILE has no function.
  88. BUGFIX: $DATE and $COPYRIGHT could be showed in the requester.
  89. NEW: All memory resident files should work now. (commands that you have made
  90. resident by "resident c:copy pure add".)
  91. NEW: MUI version and CyperGfx version added to system info.
  92. BUGFIX: Some author/miscellaneous texts were not showed, because they were
  93. too long, limit changed to 150. 
  94.  
  95. This program is Postcard-Ware.
  96. If you use it don't forget to send me a postcard of your town.
  97. Version 1.26 (03.07.96)
  98. Copyright 1994/1995/1996 Håkan Parting
  99.